CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SOCKET POST GET

搜索资源列表

  1. http

    1下载:
  2. 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2015-07-04
    • 文件大小:1127
    • 提供者:danny
  1. Internet

    1下载:
  2. wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-16
    • 文件大小:18176
    • 提供者:benzhan
  1. WinInetHttpClient

    0下载:
  2. C++使用socket实现在http协议 支持GET,POST-use socket to implantation http protocol. Now support GET & POST
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:27080
    • 提供者:king
  1. socket-to--HTTP-

    0下载:
  2. 用socket实现的http响应服务器和客户端,以及GET与POST实例。-Using socket to achieve the HTTP in response to the server and the client, as well as the GET and POST instance.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-29
    • 文件大小:5215
    • 提供者:lin
  1. tiancityLogin

    0下载:
  2. 用vs2010写的,能够进行游戏帐号的扫号!有post和get,纯socket实现的!运用了线程!-Vs2010 to write, to carry out a sweep of the game account number! Post and get pure socket implementation. The use of a thread!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:229823
    • 提供者:coolman
  1. Socket_VC_GET_POST

    0下载:
  2. socket get post 网络socket的实例,包含http的get以及post的实现。并包含了apple应该发布流程详细文档-socket get post
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:1171848
    • 提供者:梅剑
  1. Lserver

    0下载:
  2. httpsocket通信 实现了通过socket发送http协议的post/get命令-The communication of httpsocket achieve post/get to send http protocol through socket command
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:106845
    • 提供者:luohan
  1. client

    0下载:
  2. 本人做的基于linux socket的客户端,支持简单的http get和post协议-I do linux socket-based client supports simple http get and post agreement
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2580
    • 提供者:陈张
  1. HTTPClient

    0下载:
  2. 采用vc实现http客户端功能,支持post和get两种方式,在该程序中对http协议进行了详细的描述,并通过socket的方式来实现http协议。-Using vc http client functionality, support post and get two ways, the HTTP protocol is described in detail in the program, and through the socket to http protocol.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-01
    • 文件大小:35748
    • 提供者:chenjin
  1. http-roxy-master

    0下载:
  2. 一个HTTP代理服务器.采用select socket 多线程. POST和GET都测试过.-An HTTP proxy server using the select socket multi-threaded POST and GET are tested.
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-01-25
    • 文件大小:22528
    • 提供者:
  1. Http-test

    0下载:
  2. 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:95694
    • 提供者:蓝本
  1. javaweb

    2下载:
  2. 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java   一、HTTP协议的作用原理   WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TC
  3. 所属分类:Java Develop

    • 发布日期:2016-10-25
    • 文件大小:37888
    • 提供者:xingtyunyui
  1. httpclient-master

    0下载:
  2. 构造HttpClient三部曲:支持代理的Socket封装、GET方法实现、POST方法实现(Constructing HttpClient Trilogy: Socket encapsulation supporting agent, GET method implementation and POST method implementation)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:47104
    • 提供者:ader
  1. mySocket

    0下载:
  2. TCP提供一种面向连接的、可靠的字节流服务。面向连接意味着两个使用TCP的应用(通常是一个客户和一个服务器)在彼此交换数据包之前必须先建立一个TCP连接。这一过程与打电话很相似,先拨号振铃,等待对方摘机说"喂",然后才说明是谁。在一个TCP连接中,仅有两方进行彼此通信。(108/5000 Simple and fast: customer request service to the server, only need to send the request metho
  3. 所属分类:C#编程

    • 发布日期:2017-12-25
    • 文件大小:152576
    • 提供者:wodeID
  1. HTTP

    0下载:
  2. 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t
  3. 所属分类:网络编程

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:159982
搜珍网 www.dssz.com